vendor/golang.org/x/net/http2/hpack.dynamicTable.maxSize (field)
8 uses
vendor/golang.org/x/net/http2/hpack (current package)
encode.go#L55: if e.minSize < e.dynTab.maxSize {
encode.go#L59: e.buf = appendTableSize(e.buf, e.dynTab.maxSize)
encode.go#L121: return e.dynTab.maxSize
encode.go#L133: if e.dynTab.maxSize > v {
encode.go#L141: return !f.Sensitive && f.Size() <= e.dynTab.maxSize
hpack.go#L164: maxSize uint32 // current maxSize
hpack.go#L169: dt.maxSize = v
hpack.go#L182: for dt.size > dt.maxSize && n < dt.table.len() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |